Encounter Method Rate
@Serializable
The encounter rate for a specific encounter method in a location area. See: https://pokeapi.co/docs/v2#encountermethodrate
Parameters
encounter Method
The method in which Pokémon may be encountered in an area.
version Details
The chance of the encounter to occur on a version of the game.
Constructors
Link copied to clipboard
constructor(encounterMethod: Handle.Named<EncounterMethod>, versionDetails: List<EncounterMethodRateVersionDetail>)